Module nl.tno.omt
Package nl.tno.omt

Class TagsType

java.lang.Object
nl.tno.omt.TagsType

public class TagsType extends Object

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 Details

    • updateReflectTag

      protected TagType updateReflectTag
    • sendReceiveTag

      protected TagType sendReceiveTag
    • deleteRemoveTag

      protected TagType deleteRemoveTag
    • divestitureRequestTag

      protected TagType divestitureRequestTag
    • divestitureCompletionTag

      protected TagType divestitureCompletionTag
    • acquisitionRequestTag

      protected TagType acquisitionRequestTag
    • requestUpdateTag

      protected TagType requestUpdateTag
    • any

      protected Object any
    • notes

      protected String notes
    • idtag

      protected String idtag
  • Constructor Details

    • TagsType

      public TagsType()
  • Method Details

    • getUpdateReflectTag

      public TagType getUpdateReflectTag()
      Gets the value of the updateReflectTag property.
      Returns:
      possible object is TagType
    • setUpdateReflectTag

      public void setUpdateReflectTag(TagType value)
      Sets the value of the updateReflectTag property.
      Parameters:
      value - allowed object is TagType
    • getSendReceiveTag

      public TagType getSendReceiveTag()
      Gets the value of the sendReceiveTag property.
      Returns:
      possible object is TagType
    • setSendReceiveTag

      public void setSendReceiveTag(TagType value)
      Sets the value of the sendReceiveTag property.
      Parameters:
      value - allowed object is TagType
    • getDeleteRemoveTag

      public TagType getDeleteRemoveTag()
      Gets the value of the deleteRemoveTag property.
      Returns:
      possible object is TagType
    • setDeleteRemoveTag

      public void setDeleteRemoveTag(TagType value)
      Sets the value of the deleteRemoveTag property.
      Parameters:
      value - allowed object is TagType
    • getDivestitureRequestTag

      public TagType getDivestitureRequestTag()
      Gets the value of the divestitureRequestTag property.
      Returns:
      possible object is TagType
    • setDivestitureRequestTag

      public void setDivestitureRequestTag(TagType value)
      Sets the value of the divestitureRequestTag property.
      Parameters:
      value - allowed object is TagType
    • getDivestitureCompletionTag

      public TagType getDivestitureCompletionTag()
      Gets the value of the divestitureCompletionTag property.
      Returns:
      possible object is TagType
    • setDivestitureCompletionTag

      public void setDivestitureCompletionTag(TagType value)
      Sets the value of the divestitureCompletionTag property.
      Parameters:
      value - allowed object is TagType
    • getAcquisitionRequestTag

      public TagType getAcquisitionRequestTag()
      Gets the value of the acquisitionRequestTag property.
      Returns:
      possible object is TagType
    • setAcquisitionRequestTag

      public void setAcquisitionRequestTag(TagType value)
      Sets the value of the acquisitionRequestTag property.
      Parameters:
      value - allowed object is TagType
    • getRequestUpdateTag

      public TagType getRequestUpdateTag()
      Gets the value of the requestUpdateTag property.
      Returns:
      possible object is TagType
    • setRequestUpdateTag

      public void setRequestUpdateTag(TagType value)
      Sets the value of the requestUpdateTag property.
      Parameters:
      value - allowed object is TagType
    • getAny

      public Object getAny()
      Gets the value of the any property.
      Returns:
      possible object is Object
    • setAny

      public void setAny(Object value)
      Sets the value of the any property.
      Parameters:
      value - allowed object is Object
    • getNotes

      public String getNotes()
      Gets the value of the notes property.
      Returns:
      possible object is String
    • setNotes

      public void setNotes(String value)
      Sets the value of the notes property.
      Parameters:
      value - allowed object is String
    • getIdtag

      public String getIdtag()
      Gets the value of the idtag property.
      Returns:
      possible object is String
    • setIdtag

      public void setIdtag(String value)
      Sets the value of the idtag property.
      Parameters:
      value - allowed object is String
    • getOtherAttributes

      public Map<QName,String> 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