public class Documentation extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2
Java class for documentation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="documentation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='skip' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{http://fixprotocol.io/2020/orchestra/repository}entityAttribGrp"/>
<attribute name="langId" type="{http://fixprotocol.io/2020/orchestra/repository}language_t" />
<attribute name="purpose" type="{http://fixprotocol.io/2020/orchestra/repository}purpose_t" />
<attribute name="contentType" type="{http://fixprotocol.io/2020/orchestra/repository}mime_t" default="text/plain" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
added |
protected BigInteger |
addedEP |
protected ChangeTypeT |
changeType |
protected List<Object> |
content |
protected String |
contentType |
protected String |
deprecated |
protected BigInteger |
deprecatedEP |
protected String |
issue |
protected String |
langId |
protected String |
lastModified |
protected String |
purpose |
protected String |
replaced |
protected BigInteger |
replacedByField |
protected BigInteger |
replacedEP |
protected SupportType |
supported |
protected String |
updated |
protected BigInteger |
updatedEP |
| Constructor and Description |
|---|
Documentation() |
| 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() |
String |
getAdded()
Gets the value of the added property.
|
BigInteger |
getAddedEP()
Gets the value of the addedEP property.
|
ChangeTypeT |
getChangeType()
Gets the value of the changeType property.
|
List<Object> |
getContent()
Gets the value of the content property.
|
String |
getContentType()
Gets the value of the contentType property.
|
String |
getDeprecated()
Gets the value of the deprecated property.
|
BigInteger |
getDeprecatedEP()
Gets the value of the deprecatedEP property.
|
String |
getIssue()
Gets the value of the issue property.
|
String |
getLangId()
Gets the value of the langId property.
|
String |
getLastModified()
Gets the value of the lastModified property.
|
String |
getPurpose()
Gets the value of the purpose property.
|
String |
getReplaced()
Gets the value of the replaced property.
|
BigInteger |
getReplacedByField()
Gets the value of the replacedByField property.
|
BigInteger |
getReplacedEP()
Gets the value of the replacedEP property.
|
SupportType |
getSupported()
Gets the value of the supported property.
|
String |
getUpdated()
Gets the value of the updated property.
|
BigInteger |
getUpdatedEP()
Gets the value of the updatedEP property.
|
void |
setAdded(String value)
Sets the value of the added property.
|
void |
setAddedEP(BigInteger value)
Sets the value of the addedEP property.
|
void |
setChangeType(ChangeTypeT value)
Sets the value of the changeType property.
|
void |
setContentType(String value)
Sets the value of the contentType property.
|
void |
setDeprecated(String value)
Sets the value of the deprecated property.
|
void |
setDeprecatedEP(BigInteger value)
Sets the value of the deprecatedEP property.
|
void |
setIssue(String value)
Sets the value of the issue property.
|
void |
setLangId(String value)
Sets the value of the langId property.
|
void |
setLastModified(String value)
Sets the value of the lastModified property.
|
void |
setPurpose(String value)
Sets the value of the purpose property.
|
void |
setReplaced(String value)
Sets the value of the replaced property.
|
void |
setReplacedByField(BigInteger value)
Sets the value of the replacedByField property.
|
void |
setReplacedEP(BigInteger value)
Sets the value of the replacedEP property.
|
void |
setSupported(SupportType value)
Sets the value of the supported property.
|
void |
setUpdated(String value)
Sets the value of the updated property.
|
void |
setUpdatedEP(BigInteger value)
Sets the value of the updatedEP property.
|
protected String langId
protected String purpose
protected String contentType
protected String added
protected BigInteger addedEP
protected ChangeTypeT changeType
protected String deprecated
protected BigInteger deprecatedEP
protected String issue
protected String lastModified
protected String replaced
protected BigInteger replacedEP
protected BigInteger replacedByField
protected SupportType supported
protected String updated
protected BigInteger updatedEP
public List<Object> getContent()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
Element
String
public String getLangId()
Stringpublic void setLangId(String value)
value - allowed object is
Stringpublic String getPurpose()
Stringpublic void setPurpose(String value)
value - allowed object is
Stringpublic String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic String getAdded()
Stringpublic void setAdded(String value)
value - allowed object is
Stringpublic BigInteger getAddedEP()
BigIntegerpublic void setAddedEP(BigInteger value)
value - allowed object is
BigIntegerpublic ChangeTypeT getChangeType()
ChangeTypeTpublic void setChangeType(ChangeTypeT value)
value - allowed object is
ChangeTypeTpublic String getDeprecated()
Stringpublic void setDeprecated(String value)
value - allowed object is
Stringpublic BigInteger getDeprecatedEP()
BigIntegerpublic void setDeprecatedEP(BigInteger value)
value - allowed object is
BigIntegerpublic String getIssue()
Stringpublic void setIssue(String value)
value - allowed object is
Stringpublic String getLastModified()
Stringpublic void setLastModified(String value)
value - allowed object is
Stringpublic String getReplaced()
Stringpublic void setReplaced(String value)
value - allowed object is
Stringpublic BigInteger getReplacedEP()
BigIntegerpublic void setReplacedEP(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getReplacedByField()
BigIntegerpublic void setReplacedByField(BigInteger value)
value - allowed object is
BigIntegerpublic SupportType getSupported()
SupportTypepublic void setSupported(SupportType value)
value - allowed object is
SupportTypepublic String getUpdated()
Stringpublic void setUpdated(String value)
value - allowed object is
Stringpublic BigInteger getUpdatedEP()
BigIntegerpublic void setUpdatedEP(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.