org.apache.type_test.types2
Class IDTypeAttribute

java.lang.Object
  extended by org.apache.type_test.types2.IDTypeAttribute

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public class IDTypeAttribute
extends Object

Java class for IDTypeAttribute complex type.

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

 <complexType name="IDTypeAttribute">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


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

Field Detail

id

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String id
Constructor Detail

IDTypeAttribute

public IDTypeAttribute()
Method Detail

getId

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Apache CXF