org.apache.cxf.jaxb_misc
Class Base64WithDefaultValueType

java.lang.Object
  extended by org.apache.cxf.jaxb_misc.Base64WithDefaultValueType

public class Base64WithDefaultValueType
extends java.lang.Object

Java class for Base64WithDefaultValueType complex type.

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

 <complexType name="Base64WithDefaultValueType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="EndPart" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="AttributeWithDefaultValue" type="{http://www.w3.org/2001/XMLSchema}base64Binary" default="1223" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  byte[] attributeWithDefaultValue
           
protected  java.lang.String endPart
           
 
Constructor Summary
Base64WithDefaultValueType()
           
 
Method Summary
 byte[] getAttributeWithDefaultValue()
          Gets the value of the attributeWithDefaultValue property.
 java.lang.String getEndPart()
          Gets the value of the endPart property.
 void setAttributeWithDefaultValue(byte[] value)
          Sets the value of the attributeWithDefaultValue property.
 void setEndPart(java.lang.String value)
          Sets the value of the endPart property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

endPart

protected java.lang.String endPart

attributeWithDefaultValue

protected byte[] attributeWithDefaultValue
Constructor Detail

Base64WithDefaultValueType

public Base64WithDefaultValueType()
Method Detail

getEndPart

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

Returns:
possible object is String

setEndPart

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

Parameters:
value - allowed object is String

getAttributeWithDefaultValue

public byte[] getAttributeWithDefaultValue()
Gets the value of the attributeWithDefaultValue property.

Returns:
possible object is byte[]

setAttributeWithDefaultValue

public void setAttributeWithDefaultValue(byte[] value)
Sets the value of the attributeWithDefaultValue property.

Parameters:
value - allowed object is byte[]


Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.