|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.jaxb_misc.Base64WithDefaultValueType
public class Base64WithDefaultValueType
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 |
|---|
protected java.lang.String endPart
protected byte[] attributeWithDefaultValue
| Constructor Detail |
|---|
public Base64WithDefaultValueType()
| Method Detail |
|---|
public java.lang.String getEndPart()
Stringpublic void setEndPart(java.lang.String value)
value - allowed object is
Stringpublic byte[] getAttributeWithDefaultValue()
public void setAttributeWithDefaultValue(byte[] value)
value - allowed object is
byte[]
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||