net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee
Interface PropertyType

All Known Implementing Classes:
PropertyTypeImpl

public interface PropertyType

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>
 


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.
 

Method Detail

getName

XsdStringType getName()
Gets the value of the name property.

Returns:
possible object is XsdStringType

setName

void setName(XsdStringType value)
Sets the value of the name property.

Parameters:
value - allowed object is XsdStringType

getValue

XsdStringType getValue()
Gets the value of the value property.

Returns:
possible object is XsdStringType

setValue

void setValue(XsdStringType value)
Sets the value of the value property.

Parameters:
value - allowed object is XsdStringType

getId

String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.