java.lang.Object
nl.tno.omt.TagsType
Java class for tagsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tagsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="updateReflectTag" type="{http://standards.ieee.org/IEEE1516-2010}tagType" minOccurs="0"/>
<element name="sendReceiveTag" type="{http://standards.ieee.org/IEEE1516-2010}tagType" minOccurs="0"/>
<element name="deleteRemoveTag" type="{http://standards.ieee.org/IEEE1516-2010}tagType" minOccurs="0"/>
<element name="divestitureRequestTag" type="{http://standards.ieee.org/IEEE1516-2010}tagType" minOccurs="0"/>
<element name="divestitureCompletionTag" type="{http://standards.ieee.org/IEEE1516-2010}tagType" minOccurs="0"/>
<element name="acquisitionRequestTag" type="{http://standards.ieee.org/IEEE1516-2010}tagType" minOccurs="0"/>
<element name="requestUpdateTag" type="{http://standards.ieee.org/IEEE1516-2010}tagType" minOccurs="0"/>
<any namespace='##other' minOccurs="0"/>
</sequence>
<attGroup ref="{http://standards.ieee.org/IEEE1516-2010}commonAttributes"/>
<anyAttribute namespace='##other'/>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acquisitionRequestTag property.getAny()Gets the value of the any property.Gets the value of the deleteRemoveTag property.Gets the value of the divestitureCompletionTag property.Gets the value of the divestitureRequestTag property.getIdtag()Gets the value of the idtag property.getNotes()Gets the value of the notes property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the requestUpdateTag property.Gets the value of the sendReceiveTag property.Gets the value of the updateReflectTag property.voidsetAcquisitionRequestTag(TagType value) Sets the value of the acquisitionRequestTag property.voidSets the value of the any property.voidsetDeleteRemoveTag(TagType value) Sets the value of the deleteRemoveTag property.voidSets the value of the divestitureCompletionTag property.voidsetDivestitureRequestTag(TagType value) Sets the value of the divestitureRequestTag property.voidSets the value of the idtag property.voidSets the value of the notes property.voidsetRequestUpdateTag(TagType value) Sets the value of the requestUpdateTag property.voidsetSendReceiveTag(TagType value) Sets the value of the sendReceiveTag property.voidsetUpdateReflectTag(TagType value) Sets the value of the updateReflectTag property.
-
Field Details
-
updateReflectTag
-
sendReceiveTag
-
deleteRemoveTag
-
divestitureRequestTag
-
divestitureCompletionTag
-
acquisitionRequestTag
-
requestUpdateTag
-
any
-
notes
-
idtag
-
-
Constructor Details
-
TagsType
public TagsType()
-
-
Method Details
-
getUpdateReflectTag
Gets the value of the updateReflectTag property.- Returns:
- possible object is
TagType
-
setUpdateReflectTag
Sets the value of the updateReflectTag property.- Parameters:
value- allowed object isTagType
-
getSendReceiveTag
Gets the value of the sendReceiveTag property.- Returns:
- possible object is
TagType
-
setSendReceiveTag
Sets the value of the sendReceiveTag property.- Parameters:
value- allowed object isTagType
-
getDeleteRemoveTag
Gets the value of the deleteRemoveTag property.- Returns:
- possible object is
TagType
-
setDeleteRemoveTag
Sets the value of the deleteRemoveTag property.- Parameters:
value- allowed object isTagType
-
getDivestitureRequestTag
Gets the value of the divestitureRequestTag property.- Returns:
- possible object is
TagType
-
setDivestitureRequestTag
Sets the value of the divestitureRequestTag property.- Parameters:
value- allowed object isTagType
-
getDivestitureCompletionTag
Gets the value of the divestitureCompletionTag property.- Returns:
- possible object is
TagType
-
setDivestitureCompletionTag
Sets the value of the divestitureCompletionTag property.- Parameters:
value- allowed object isTagType
-
getAcquisitionRequestTag
Gets the value of the acquisitionRequestTag property.- Returns:
- possible object is
TagType
-
setAcquisitionRequestTag
Sets the value of the acquisitionRequestTag property.- Parameters:
value- allowed object isTagType
-
getRequestUpdateTag
Gets the value of the requestUpdateTag property.- Returns:
- possible object is
TagType
-
setRequestUpdateTag
Sets the value of the requestUpdateTag property.- Parameters:
value- allowed object isTagType
-
getAny
Gets the value of the any property.- Returns:
- possible object is
Object
-
setAny
Sets the value of the any property.- Parameters:
value- allowed object isObject
-
getNotes
Gets the value of the notes property.- Returns:
- possible object is
String
-
setNotes
Sets the value of the notes property.- Parameters:
value- allowed object isString
-
getIdtag
Gets the value of the idtag property.- Returns:
- possible object is
String
-
setIdtag
Sets the value of the idtag property.- Parameters:
value- allowed object isString
-
getOtherAttributes
Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-