Class ReferencedType

  • Direct Known Subclasses:
    Account, Address, Auction, Image

    public class ReferencedType
    extends Object

    Java class for ReferencedType complex type.

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

     <complexType name="ReferencedType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="refid" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • refid

        protected String refid
    • Constructor Detail

      • ReferencedType

        public ReferencedType()
        Default no-arg constructor
      • ReferencedType

        public ReferencedType​(String refid)
        Fully-initialising value constructor
    • Method Detail

      • getRefid

        public String getRefid()
        Gets the value of the refid property.
        Returns:
        possible object is String
      • setRefid

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