Class Property


  • public class Property
    extends Object

    Java class for property complex type.

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

     <complexType name="property">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="content" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
           <attribute name="propertyName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • content

        protected String content
      • propertyName

        protected String propertyName
    • Constructor Detail

      • Property

        public Property()
    • Method Detail

      • getContent

        public String getContent()
        Gets the value of the content property.
        Returns:
        possible object is String
      • setContent

        public void setContent​(String value)
        Sets the value of the content property.
        Parameters:
        value - allowed object is String
      • getPropertyName

        public String getPropertyName()
        Gets the value of the propertyName property.
        Returns:
        possible object is String
      • setPropertyName

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