Package org.opensaml.soap.wstrust.impl
Class BinaryExchangeImpl
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObject
-
- org.opensaml.core.xml.schema.impl.XSStringImpl
-
- org.opensaml.soap.wstrust.impl.BinaryExchangeImpl
-
- All Implemented Interfaces:
AttributeExtensibleXMLObject,XSString,XMLObject,BinaryExchange,WSTrustObject
public class BinaryExchangeImpl extends XSStringImpl implements BinaryExchange
BinaryExchangeImpl.
-
-
Field Summary
Fields Modifier and Type Field Description private StringencodingTypeThe wst:BinaryExchange/@EncodingType attribute value.private AttributeMapunknownAttributesxs:anyAttribute for this element.private StringvalueTypeThe wst:BinaryExchange/@ValueType attribute value.-
Fields inherited from interface org.opensaml.soap.wstrust.BinaryExchange
ELEMENT_LOCAL_NAME, ELEMENT_NAME, ENCODING_TYPE_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME, VALUE_TYPE_ATTRIB_NAME
-
Fields inherited from interface org.opensaml.core.xml.schema.XSString
TYPE_LOCAL_NAME, TYPE_NAME
-
-
Constructor Summary
Constructors Constructor Description BinaryExchangeImpl(String namespaceURI, String elementLocalName, String namespacePrefix)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEncodingType()AttributeMapgetUnknownAttributes()StringgetValueType()voidsetEncodingType(String newEncodingType)voidsetValueType(String newValueType)-
Methods inherited from class org.opensaml.core.xml.schema.impl.XSStringImpl
getOrderedChildren, getValue, setValue
-
Methods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
-
-
-
Field Detail
-
valueType
private String valueType
The wst:BinaryExchange/@ValueType attribute value.
-
encodingType
private String encodingType
The wst:BinaryExchange/@EncodingType attribute value.
-
unknownAttributes
private AttributeMap unknownAttributes
xs:anyAttribute for this element.
-
-
Method Detail
-
getEncodingType
public String getEncodingType()
- Specified by:
getEncodingTypein interfaceBinaryExchange
-
setEncodingType
public void setEncodingType(String newEncodingType)
- Specified by:
setEncodingTypein interfaceBinaryExchange
-
getValueType
public String getValueType()
- Specified by:
getValueTypein interfaceBinaryExchange
-
setValueType
public void setValueType(String newValueType)
- Specified by:
setValueTypein interfaceBinaryExchange
-
getUnknownAttributes
public AttributeMap getUnknownAttributes()
- Specified by:
getUnknownAttributesin interfaceAttributeExtensibleXMLObject
-
-