Apache CXF API

org.apache.cxf.jaxws.javaee
Class PropertyType

java.lang.Object
  extended by org.apache.cxf.jaxws.javaee.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>
 


Field Summary
protected  String id
           
protected  XsdStringType name
           
protected  XsdStringType value
           
 
Constructor Summary
PropertyType()
           
 
Method Summary
 String getId()
          Gets the value of the id property.
 XsdStringType getName()
          Gets the value of the name property.
 XsdStringType getValue()
          Gets the value of the value property.
 void setId(String value)
          Sets the value of the id property.
 void setName(XsdStringType value)
          Sets the value of the name property.
 void setValue(XsdStringType value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected XsdStringType name

value

protected XsdStringType value

id

protected String id
Constructor Detail

PropertyType

public PropertyType()
Method Detail

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

Apache CXF API

Apache CXF