public interface PolicyAttachmentElement extends Element, PolicyAttachmentType
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/allan/A-SVN/trunk/opensso/products/federation/library/xsd/wsfederation/ws-policy.xsd line 87)
<element name="PolicyAttachment"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://schemas.xmlsoap.org/ws/2004/09/policy}AppliesTo"/> <choice maxOccurs="unbounded"> <element ref="{http://schemas.xmlsoap.org/ws/2004/09/policy}Policy"/> <element ref="{http://schemas.xmlsoap.org/ws/2004/09/policy}PolicyReference"/> </choice> <any/> </sequence> </restriction> </complexContent> </complexType> </element>
getAny, getAppliesTo, getPolicyOrPolicyReference, setAppliesTo
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.