// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.1-b02-fcs // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2006.12.17 at 10:01:56 PM CET // package ietf.params.xml.ns.common_policy; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAnyElement; import javax.xml.bind.annotation.XmlType; import org.w3c.dom.Element; /** *
Java class for conditionsType complex type. * *
The following schema fragment specifies the expected content contained within this class. * *
* <complexType name="conditionsType">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="identity" type="{urn:ietf:params:xml:ns:common-policy}identityType" minOccurs="0"/>
* <element name="sphere" type="{urn:ietf:params:xml:ns:common-policy}sphereType" minOccurs="0"/>
* <element name="validity" type="{urn:ietf:params:xml:ns:common-policy}validityType" minOccurs="0"/>
* <any/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "conditionsType", propOrder = {
"identity",
"sphere",
"validity",
"any"
})
public class ConditionsType {
protected IdentityType identity;
protected SphereType sphere;
protected ValidityType validity;
@XmlAnyElement(lax = true)
protected List