public class Repository extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="metadata" type="{http://purl.org/dc/terms/}elementOrRefinementContainer"/>
<element ref="{http://fixprotocol.io/2020/orchestra/repository}categories" minOccurs="0"/>
<element ref="{http://fixprotocol.io/2020/orchestra/repository}sections" minOccurs="0"/>
<element ref="{http://fixprotocol.io/2020/orchestra/repository}datatypes"/>
<element ref="{http://fixprotocol.io/2020/orchestra/repository}codeSets"/>
<element ref="{http://fixprotocol.io/2020/orchestra/repository}fields"/>
<element ref="{http://fixprotocol.io/2020/orchestra/repository}actors" minOccurs="0"/>
<element ref="{http://fixprotocol.io/2020/orchestra/repository}components" minOccurs="0"/>
<element ref="{http://fixprotocol.io/2020/orchestra/repository}groups" minOccurs="0"/>
<element ref="{http://fixprotocol.io/2020/orchestra/repository}messages"/>
<element ref="{http://fixprotocol.io/2020/orchestra/repository}concepts" minOccurs="0"/>
<element name="annotation" type="{http://fixprotocol.io/2020/orchestra/repository}annotation" minOccurs="0"/>
</all>
<attGroup ref="{http://fixprotocol.io/2020/orchestra/repository}containerAttribGrp"/>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" use="required" type="{http://fixprotocol.io/2020/orchestra/repository}Version_t" />
<attribute name="guid" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="specUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="namespace" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="applVerId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="expressionLanguage" type="{http://www.w3.org/2001/XMLSchema}string" default="Score" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Actors |
actors |
protected Annotation |
annotation |
protected String |
applVerId |
protected Categories |
categories |
protected CodeSets |
codeSets |
protected Components |
components |
protected Concepts |
concepts |
protected Datatypes |
datatypes |
protected String |
expressionLanguage |
protected Fields |
fields |
protected Groups |
groups |
protected String |
guid |
protected BigInteger |
latestEP |
protected Messages |
messages |
protected ElementOrRefinementContainer |
metadata |
protected String |
name |
protected String |
namespace |
protected Sections |
sections |
protected String |
specUrl |
protected String |
version |
| Constructor and Description |
|---|
Repository() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
Object |
createNewInstance() |
Actors |
getActors()
Gets the value of the actors property.
|
Annotation |
getAnnotation()
Gets the value of the annotation property.
|
String |
getApplVerId()
Gets the value of the applVerId property.
|
Categories |
getCategories()
Gets the value of the categories property.
|
CodeSets |
getCodeSets()
Gets the value of the codeSets property.
|
Components |
getComponents()
Gets the value of the components property.
|
Concepts |
getConcepts()
Gets the value of the concepts property.
|
Datatypes |
getDatatypes()
Gets the value of the datatypes property.
|
String |
getExpressionLanguage()
Gets the value of the expressionLanguage property.
|
Fields |
getFields()
Gets the value of the fields property.
|
Groups |
getGroups()
Gets the value of the groups property.
|
String |
getGuid()
Gets the value of the guid property.
|
BigInteger |
getLatestEP()
Gets the value of the latestEP property.
|
Messages |
getMessages()
Gets the value of the messages property.
|
ElementOrRefinementContainer |
getMetadata()
Gets the value of the metadata property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNamespace()
Gets the value of the namespace property.
|
Sections |
getSections()
Gets the value of the sections property.
|
String |
getSpecUrl()
Gets the value of the specUrl property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setActors(Actors value)
Sets the value of the actors property.
|
void |
setAnnotation(Annotation value)
Sets the value of the annotation property.
|
void |
setApplVerId(String value)
Sets the value of the applVerId property.
|
void |
setCategories(Categories value)
Sets the value of the categories property.
|
void |
setCodeSets(CodeSets value)
Sets the value of the codeSets property.
|
void |
setComponents(Components value)
Sets the value of the components property.
|
void |
setConcepts(Concepts value)
Sets the value of the concepts property.
|
void |
setDatatypes(Datatypes value)
Sets the value of the datatypes property.
|
void |
setExpressionLanguage(String value)
Sets the value of the expressionLanguage property.
|
void |
setFields(Fields value)
Sets the value of the fields property.
|
void |
setGroups(Groups value)
Sets the value of the groups property.
|
void |
setGuid(String value)
Sets the value of the guid property.
|
void |
setLatestEP(BigInteger value)
Sets the value of the latestEP property.
|
void |
setMessages(Messages value)
Sets the value of the messages property.
|
void |
setMetadata(ElementOrRefinementContainer value)
Sets the value of the metadata property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNamespace(String value)
Sets the value of the namespace property.
|
void |
setSections(Sections value)
Sets the value of the sections property.
|
void |
setSpecUrl(String value)
Sets the value of the specUrl property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected ElementOrRefinementContainer metadata
protected Categories categories
protected Sections sections
protected Datatypes datatypes
protected CodeSets codeSets
protected Fields fields
protected Actors actors
protected Components components
protected Groups groups
protected Messages messages
protected Concepts concepts
protected Annotation annotation
protected String name
protected String version
protected String guid
protected String specUrl
protected String namespace
protected String applVerId
protected String expressionLanguage
protected BigInteger latestEP
public ElementOrRefinementContainer getMetadata()
ElementOrRefinementContainerpublic void setMetadata(ElementOrRefinementContainer value)
value - allowed object is
ElementOrRefinementContainerpublic Categories getCategories()
Categoriespublic void setCategories(Categories value)
value - allowed object is
Categoriespublic Sections getSections()
Sectionspublic void setSections(Sections value)
value - allowed object is
Sectionspublic Datatypes getDatatypes()
Datatypespublic void setDatatypes(Datatypes value)
value - allowed object is
Datatypespublic CodeSets getCodeSets()
CodeSetspublic void setCodeSets(CodeSets value)
value - allowed object is
CodeSetspublic Fields getFields()
Fieldspublic void setFields(Fields value)
value - allowed object is
Fieldspublic Actors getActors()
Actorspublic void setActors(Actors value)
value - allowed object is
Actorspublic Components getComponents()
Componentspublic void setComponents(Components value)
value - allowed object is
Componentspublic Groups getGroups()
Groupspublic void setGroups(Groups value)
value - allowed object is
Groupspublic Messages getMessages()
Messagespublic void setMessages(Messages value)
value - allowed object is
Messagespublic Concepts getConcepts()
Conceptspublic void setConcepts(Concepts value)
value - allowed object is
Conceptspublic Annotation getAnnotation()
Annotationpublic void setAnnotation(Annotation value)
value - allowed object is
Annotationpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getGuid()
Stringpublic void setGuid(String value)
value - allowed object is
Stringpublic String getSpecUrl()
Stringpublic void setSpecUrl(String value)
value - allowed object is
Stringpublic String getNamespace()
Stringpublic void setNamespace(String value)
value - allowed object is
Stringpublic String getApplVerId()
Stringpublic void setApplVerId(String value)
value - allowed object is
Stringpublic String getExpressionLanguage()
Stringpublic void setExpressionLanguage(String value)
value - allowed object is
Stringpublic BigInteger getLatestEP()
BigIntegerpublic void setLatestEP(BigInteger value)
value - allowed object is
BigIntegerpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2Copyright © 2016–2020 FIX Trading Community. All rights reserved.