java.lang.Object
com.sun.xml.ws.config.metro.parser.jsr109.PropertyType
All Implemented Interfaces:
org.glassfish.jaxb.core.Locatable

public class PropertyType extends Object implements org.glassfish.jaxb.core.Locatable
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>
 
  • Field Details

  • Constructor Details

    • PropertyType

      public PropertyType()
  • Method Details

    • getName

      public XsdStringType getName()
      Gets the value of the name property.
      Returns:
      possible object is XsdStringType
    • setName

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

      public XsdStringType getValue()
      Gets the value of the value property.
      Returns:
      possible 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
    • sourceLocation

      public Locator sourceLocation()
      Specified by:
      sourceLocation in interface org.glassfish.jaxb.core.Locatable
    • setSourceLocation

      public void setSourceLocation(Locator newLocator)