Class Property


  • public class Property
    extends Object
    connector_1_6.xsd

    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

      • Property

        public Property()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String value)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • getId

        public String getId()
      • setId

        public void setId​(String value)