Class PropertyType


  • public class PropertyType
    extends Object
    Specifies a name/value pair.

    Java class for propertyType complex type.

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

     <complexType name="propertyType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="name" type="{http://java.sun.com/xml/ns/javaee}xsdStringType"/>
             <element name="value" type="{http://java.sun.com/xml/ns/javaee}xsdStringType"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PropertyType

        public PropertyType()
    • Method Detail

      • setName

        public void setName​(XsdStringType value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is XsdStringType
      • setValue

        public void setValue​(XsdStringType value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is XsdStringType
      • getId

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

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