org.openliberty.xmltooling.pp
Class VAT
java.lang.Object
org.opensaml.xml.AbstractXMLObject
org.opensaml.xml.signature.AbstractSignableXMLObject
org.openliberty.xmltooling.pp.VAT
- All Implemented Interfaces:
- org.opensaml.xml.signature.SignableXMLObject, org.opensaml.xml.XMLObject
public class VAT
- extends org.opensaml.xml.signature.AbstractSignableXMLObject
Fiscal identification number
If AP chooses to store the VAT attribute, AP MUST implement sufficient permissions
enforcement, policies, audit trail, and usage directives to ensure that the VAT
is only used for legitimate purposes. AP MUST NOT disclose the VAT to
inappropriate parties. It is RECOMMENDED that this attribute not be populated.
- Author:
- asa
|
Constructor Summary |
protected |
VAT(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
|
| Methods inherited from class org.opensaml.xml.signature.AbstractSignableXMLObject |
getSignature, isSigned, setSignature |
| Methods inherited from class org.opensaml.xml.AbstractXMLObject |
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, 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.xml.XMLObject |
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
LOCAL_NAME
public static java.lang.String LOCAL_NAME
attributes
private CommonAttributes attributes
iDValue
private IDValue iDValue
iDType
private IDType iDType
extension
private Extension extension
VAT
protected VAT(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
attributes
public CommonAttributes attributes()
setIDValue
public void setIDValue(IDValue iDValue)
getIDValue
public IDValue getIDValue()
setIDType
public void setIDType(IDType iDType)
getIDType
public IDType getIDType()
setExtension
public void setExtension(Extension extension)
getExtension
public Extension getExtension()
getOrderedChildren
public java.util.List<org.opensaml.xml.XMLObject> getOrderedChildren()