org.apache.type_test.types1
Class SimpleContent1

java.lang.Object
  extended by org.apache.type_test.types1.SimpleContent1
Direct Known Subclasses:
SimpleContent2

public class SimpleContent1
extends java.lang.Object

Java class for SimpleContent1 complex type.

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

 <complexType name="SimpleContent1">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="attrib1a" type="{http://www.w3.org/2001/XMLSchema}byte" />
       <attribute name="attrib1b" type="{http://www.w3.org/2001/XMLSchema}short" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  java.lang.Byte attrib1A
           
protected  java.lang.Short attrib1B
           
protected  java.lang.String value
           
 
Constructor Summary
SimpleContent1()
           
 
Method Summary
 java.lang.Byte getAttrib1A()
          Gets the value of the attrib1A property.
 java.lang.Short getAttrib1B()
          Gets the value of the attrib1B property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setAttrib1A(java.lang.Byte value)
          Sets the value of the attrib1A property.
 void setAttrib1B(java.lang.Short value)
          Sets the value of the attrib1B property.
 void setValue(java.lang.String 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

value

protected java.lang.String value

attrib1A

protected java.lang.Byte attrib1A

attrib1B

protected java.lang.Short attrib1B
Constructor Detail

SimpleContent1

public SimpleContent1()
Method Detail

getValue

public java.lang.String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(java.lang.String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getAttrib1A

public java.lang.Byte getAttrib1A()
Gets the value of the attrib1A property.

Returns:
possible object is Byte

setAttrib1A

public void setAttrib1A(java.lang.Byte value)
Sets the value of the attrib1A property.

Parameters:
value - allowed object is Byte

getAttrib1B

public java.lang.Short getAttrib1B()
Gets the value of the attrib1B property.

Returns:
possible object is Short

setAttrib1B

public void setAttrib1B(java.lang.Short value)
Sets the value of the attrib1B property.

Parameters:
value - allowed object is Short


Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.