Class XACMLAuthzDecisionQueryType
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.RequestAbstractType
-
- org.openehealth.ipf.commons.ihe.xacml20.stub.xacml20.saml.protocol.XACMLAuthzDecisionQueryType
-
public class XACMLAuthzDecisionQueryType extends RequestAbstractType
Java class for XACMLAuthzDecisionQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XACMLAuthzDecisionQueryType"> <complexContent> <extension base="{urn:oasis:names:tc:SAML:2.0:protocol}RequestAbstractType"> <sequence> <element ref="{urn:oasis:names:tc:xacml:2.0:context:schema:os}Request"/> <element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}Policy" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}PolicySet" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:tc:xacml:2.0:profile:saml2.0:v2:schema:assertion}ReferencedPolicies" minOccurs="0"/> <element ref="{urn:oasis:names:tc:xacml:2.0:profile:saml2.0:v2:schema:protocol}Extensions" minOccurs="0"/> </sequence> <attribute name="InputContextOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="ReturnContext" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="CombinePolicies" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleancombinePoliciesprotected BooleaninputContextOnlyprotected List<javax.xml.bind.JAXBElement<?>>restprotected BooleanreturnContext-
Fields inherited from class org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.RequestAbstractType
consent, destination, extensions, id, issueInstant, issuer, signature, version
-
-
Constructor Summary
Constructors Constructor Description XACMLAuthzDecisionQueryType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<javax.xml.bind.JAXBElement<?>>getRest()Gets the rest of the content model.booleanisCombinePolicies()Gets the value of the combinePolicies property.booleanisInputContextOnly()Gets the value of the inputContextOnly property.booleanisReturnContext()Gets the value of the returnContext property.voidsetCombinePolicies(Boolean value)Sets the value of the combinePolicies property.voidsetInputContextOnly(Boolean value)Sets the value of the inputContextOnly property.voidsetReturnContext(Boolean value)Sets the value of the returnContext property.-
Methods inherited from class org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.RequestAbstractType
getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getSignature, getVersion, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setSignature, setVersion
-
-
-
-
Method Detail
-
getRest
public List<javax.xml.bind.JAXBElement<?>> getRest()
Gets the rest of the content model.You are getting this "catch-all" property because of the following reason: The field name "Extensions" is used by two different parts of a schema. See: line 46 of file:/C:/dev/ipf/commons/ihe/xacml20/impl/src/main/resources/wsdl/../schema/xacml-2.0-profile-saml2.0-v2-schema-protocol-wd-14.xsd line 33 of file:/C:/dev/ipf/commons/ihe/xacml20/impl/src/main/resources/wsdl/../schema/sstc-saml-schema-protocol-2.0.xsd
To get rid of this property, apply a property customization to one of both of the following declarations to change their names: Gets the value of the rest property.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the rest property.For example, to add a new item, do as follows:
getRest().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<ReferencedPoliciesType>JAXBElement<PolicyType>JAXBElement<ExtensionsType>JAXBElement<RequestType>JAXBElement<PolicySetType>
-
isInputContextOnly
public boolean isInputContextOnly()
Gets the value of the inputContextOnly property.- Returns:
- possible object is
Boolean
-
setInputContextOnly
public void setInputContextOnly(Boolean value)
Sets the value of the inputContextOnly property.- Parameters:
value- allowed object isBoolean
-
isReturnContext
public boolean isReturnContext()
Gets the value of the returnContext property.- Returns:
- possible object is
Boolean
-
setReturnContext
public void setReturnContext(Boolean value)
Sets the value of the returnContext property.- Parameters:
value- allowed object isBoolean
-
isCombinePolicies
public boolean isCombinePolicies()
Gets the value of the combinePolicies property.- Returns:
- possible object is
Boolean
-
-