Class GetLocalizedText
- java.lang.Object
-
- org.somda.sdc.biceps.model.message.AbstractGet
-
- org.somda.sdc.biceps.model.message.GetLocalizedText
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
public class GetLocalizedText extends AbstractGet implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}AbstractGet"> <sequence> <element name="Ref" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocalizedTextRef" maxOccurs="unbounded" minOccurs="0"/> <element name="Version" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}ReferencedVersion" minOccurs="0"/> <element name="Lang" type="{http://www.w3.org/2001/XMLSchema}language" maxOccurs="unbounded" minOccurs="0"/> <element name="TextWidth" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocalizedTextWidth" maxOccurs="unbounded" minOccurs="0"/> <element name="NumberOfLines" type="{http://www.w3.org/2001/XMLSchema}integer" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>langprotected List<BigInteger>numberOfLinesprotected List<String>refprotected List<LocalizedTextWidth>textWidthprotected BigIntegerversion-
Fields inherited from class org.somda.sdc.biceps.model.message.AbstractGet
extension
-
-
Constructor Summary
Constructors Constructor Description GetLocalizedText()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)ObjectcreateNewInstance()booleanequals(Object object)List<String>getLang()Gets the value of the lang property.List<BigInteger>getNumberOfLines()Gets the value of the numberOfLines property.List<String>getRef()Gets the value of the ref property.List<LocalizedTextWidth>getTextWidth()Gets the value of the textWidth property.BigIntegergetVersion()Gets the value of the version property.inthashCode()voidsetLang(List<String> value)voidsetNumberOfLines(List<BigInteger> value)voidsetRef(List<String> value)voidsetTextWidth(List<LocalizedTextWidth> value)voidsetVersion(BigInteger value)Sets the value of the version property.StringtoString()-
Methods inherited from class org.somda.sdc.biceps.model.message.AbstractGet
getExtension, setExtension
-
-
-
-
Field Detail
-
version
protected BigInteger version
-
textWidth
protected List<LocalizedTextWidth> textWidth
-
numberOfLines
protected List<BigInteger> numberOfLines
-
-
Method Detail
-
getRef
public List<String> getRef()
Gets the value of the ref property.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
setmethod for the ref property.For example, to add a new item, do as follows:
getRef().add(newItem);Objects of the following type(s) are allowed in the list
String
-
getVersion
public BigInteger getVersion()
Gets the value of the version property.- Returns:
- possible object is
BigInteger
-
setVersion
public void setVersion(BigInteger value)
Sets the value of the version property.- Parameters:
value- allowed object isBigInteger
-
getLang
public List<String> getLang()
Gets the value of the lang property.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
setmethod for the lang property.For example, to add a new item, do as follows:
getLang().add(newItem);Objects of the following type(s) are allowed in the list
String
-
getTextWidth
public List<LocalizedTextWidth> getTextWidth()
Gets the value of the textWidth property.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
setmethod for the textWidth property.For example, to add a new item, do as follows:
getTextWidth().add(newItem);Objects of the following type(s) are allowed in the list
LocalizedTextWidth
-
getNumberOfLines
public List<BigInteger> getNumberOfLines()
Gets the value of the numberOfLines property.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
setmethod for the numberOfLines property.For example, to add a new item, do as follows:
getNumberOfLines().add(newItem);Objects of the following type(s) are allowed in the list
BigInteger
-
setTextWidth
public void setTextWidth(List<LocalizedTextWidth> value)
-
setNumberOfLines
public void setNumberOfLines(List<BigInteger> value)
-
clone
public Object clone()
- Overrides:
clonein classAbstractGet
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classAbstractGet
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classAbstractGet
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
createNewInstancein classAbstractGet
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractGet
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractGet
-
toString
public String toString()
- Overrides:
toStringin classAbstractGet
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classAbstractGet
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classAbstractGet
-
-