org.openxdm.xcap.client.appusage.presrules.jaxb.commonpolicy
Class ManyType

java.lang.Object
  extended by org.openxdm.xcap.client.appusage.presrules.jaxb.commonpolicy.ManyType

public class ManyType
extends java.lang.Object

Java class for manyType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="manyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded" minOccurs="0">
         <element name="except" type="{urn:ietf:params:xml:ns:common-policy}exceptType"/>
         <any/>
       </choice>
       <attribute name="domain" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String domain
           
protected  java.util.List<java.lang.Object> exceptOrAny
           
 
Constructor Summary
ManyType()
           
 
Method Summary
 java.lang.String getDomain()
          Gets the value of the domain property.
 java.util.List<java.lang.Object> getExceptOrAny()
          Gets the value of the exceptOrAny property.
 void setDomain(java.lang.String value)
          Sets the value of the domain property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exceptOrAny

protected java.util.List<java.lang.Object> exceptOrAny

domain

protected java.lang.String domain
Constructor Detail

ManyType

public ManyType()
Method Detail

getExceptOrAny

public java.util.List<java.lang.Object> getExceptOrAny()
Gets the value of the exceptOrAny 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 set method for the exceptOrAny property.

For example, to add a new item, do as follows:

    getExceptOrAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Object Element JAXBElement<ExceptType>


getDomain

public java.lang.String getDomain()
Gets the value of the domain property.

Returns:
possible object is String

setDomain

public void setDomain(java.lang.String value)
Sets the value of the domain property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.