Class PropertyType
java.lang.Object
com.sun.xml.ws.config.metro.parser.jsr109.PropertyType
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Locatorprotected XsdStringTypeprotected XsdStringType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.getName()Gets the value of the name property.getValue()Gets the value of the value property.voidSets the value of the id property.voidsetName(XsdStringType value) Sets the value of the name property.voidsetSourceLocation(Locator newLocator) voidsetValue(XsdStringType value) Sets the value of the value property.
-
Field Details
-
name
-
value
-
id
-
locator
-
-
Constructor Details
-
PropertyType
public PropertyType()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
XsdStringType
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isXsdStringType
-
getValue
Gets the value of the value property.- Returns:
- possible object is
XsdStringType
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isXsdStringType
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
sourceLocation
- Specified by:
sourceLocationin interfaceLocatable- Returns:
- null if the location information is unavaiable,
or otherwise return a immutable valid
Locatorobject.
-
setSourceLocation
-