Class ObjectReferenceType

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    DocumentReferenceType

    public class ObjectReferenceType
    extends Object
    implements Serializable

    Java class for objectReferenceType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="objectReferenceType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="guid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="id" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
             <element name="externalKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ObjectReferenceType

        public ObjectReferenceType()
        Default no-arg constructor
      • ObjectReferenceType

        public ObjectReferenceType​(String guid,
                                   BigDecimal id,
                                   String externalKey,
                                   String label)
        Fully-initialising value constructor
    • Method Detail

      • getGuid

        public String getGuid()
        Gets the value of the guid property.
        Returns:
        possible object is String
      • setGuid

        public void setGuid​(String value)
        Sets the value of the guid property.
        Parameters:
        value - allowed object is String
      • getId

        public BigDecimal getId()
        Gets the value of the id property.
        Returns:
        possible object is BigDecimal
      • setId

        public void setId​(BigDecimal value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is BigDecimal
      • getExternalKey

        public String getExternalKey()
        Gets the value of the externalKey property.
        Returns:
        possible object is String
      • setExternalKey

        public void setExternalKey​(String value)
        Sets the value of the externalKey property.
        Parameters:
        value - allowed object is String
      • getLabel

        public String getLabel()
        Gets the value of the label property.
        Returns:
        possible object is String
      • setLabel

        public void setLabel​(String value)
        Sets the value of the label property.
        Parameters:
        value - allowed object is String