Class CodedAttributesType
-
- All Implemented Interfaces:
-
java.lang.Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.ToString
public class CodedAttributesType implements Cloneable, CopyTo, ToString
Java class for CodedAttributesType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="CodedAttributesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oid:1.3.6.1.4.1.19376.1.6.2.10.1.1.1}CodedStringAttribute" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oid:1.3.6.1.4.1.19376.1.6.2.10.1.1.1}CodedIntegerAttribute" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oid:1.3.6.1.4.1.19376.1.6.2.10.1.1.1}CodedDecimalAttribute" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}MustUnderstand"/> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description CodedAttributesType()
-
Method Summary
Modifier and Type Method Description List<CodedStringAttributeType>getCodedStringAttribute()A key value pair to include string attributes of the IEEE 11073 classic domain information model that are not available from the BICEPS participant model. List<CodedIntegerAttributeType>getCodedIntegerAttribute()A key value pair to include integer attributes of the IEEE 11073 classic domain information model that are not available from the BICEPS participant model. List<CodedDecimalAttributeType>getCodedDecimalAttribute()A key value pair to include decimal attributes of the IEEE 11073 classic domain information model that are not available from the BICEPS participant model. booleanisMustUnderstand()In cases where an extension modifies the meaning of the element that contains it, a MustUnderstand attribute is senseful. voidsetMustUnderstand(Boolean value)Sets the value of the mustUnderstand property. voidsetCodedStringAttribute(List<CodedStringAttributeType> value)voidsetCodedIntegerAttribute(List<CodedIntegerAttributeType> value)voidsetCodedDecimalAttribute(List<CodedDecimalAttributeType> value)booleanequals(Object object)inthashCode()StringtoString()StringBuilderappend(ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy)StringBuilderappendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(ObjectLocator locator, Object target, CopyStrategy strategy)ObjectcreateNewInstance()-
-
Method Detail
-
getCodedStringAttribute
List<CodedStringAttributeType> getCodedStringAttribute()
A key value pair to include string attributes of the IEEE 11073 classic domain information model that are not available from the BICEPS participant model. Gets the value of the codedStringAttribute 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 codedStringAttribute property.For example, to add a new item, do as follows:
getCodedStringAttribute().add(newItem);Objects of the following type(s) are allowed in the list CodedStringAttributeType
- Returns:
Thevalue of the codedStringAttribute property.
-
getCodedIntegerAttribute
List<CodedIntegerAttributeType> getCodedIntegerAttribute()
A key value pair to include integer attributes of the IEEE 11073 classic domain information model that are not available from the BICEPS participant model. Gets the value of the codedIntegerAttribute 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 codedIntegerAttribute property.For example, to add a new item, do as follows:
getCodedIntegerAttribute().add(newItem);Objects of the following type(s) are allowed in the list CodedIntegerAttributeType
- Returns:
Thevalue of the codedIntegerAttribute property.
-
getCodedDecimalAttribute
List<CodedDecimalAttributeType> getCodedDecimalAttribute()
A key value pair to include decimal attributes of the IEEE 11073 classic domain information model that are not available from the BICEPS participant model. Gets the value of the codedDecimalAttribute 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 codedDecimalAttribute property.For example, to add a new item, do as follows:
getCodedDecimalAttribute().add(newItem);Objects of the following type(s) are allowed in the list CodedDecimalAttributeType
- Returns:
Thevalue of the codedDecimalAttribute property.
-
isMustUnderstand
boolean isMustUnderstand()
In cases where an extension modifies the meaning of the element that contains it, a MustUnderstand attribute is senseful. This means that the data cannot safely be processed unless the application knows the meaning of the extension. A MustUnderstand marked extension could be look like this: tns:Extension xmlns:tns="http://standards.ieee.org/downloads/11073/11073-10207-2017/extension" xmlns:ext="http://concrete-extension-namespace" ext:AdditionalInfo tns:MustUnderstand="true" ... Extensions are not required to provide a MustUnderstand attribute. If no MustUnderstand attribute is present, false is assumed. The MustUnderstand attribute is conceptually borrowed from SOAP header's "mustUnderstand" attribute.
- Returns:
possibleobject is Boolean
-
setMustUnderstand
void setMustUnderstand(Boolean value)
Sets the value of the mustUnderstand property.
- Parameters:
value- allowed object is Boolean
-
setCodedStringAttribute
void setCodedStringAttribute(List<CodedStringAttributeType> value)
-
setCodedIntegerAttribute
void setCodedIntegerAttribute(List<CodedIntegerAttributeType> value)
-
setCodedDecimalAttribute
void setCodedDecimalAttribute(List<CodedDecimalAttributeType> value)
-
hashCode
int hashCode()
-
append
StringBuilder append(ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy)
-
appendFields
StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy)
-
createNewInstance
Object createNewInstance()
-
-
-
-