org.fosstrak.ale.xsd.ale.epcglobal
Class ACPermission

java.lang.Object
  extended by org.fosstrak.ale.xsd.epcglobal.Document
      extended by org.fosstrak.ale.xsd.ale.epcglobal.ACPermission

public class ACPermission
extends Document

Java class for ACPermission complex type.

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

 <complexType name="ACPermission">
   <complexContent>
     <extension base="{urn:epcglobal:xsd:1}Document">
       <sequence>
         <element name="permissionClass" type="{urn:epcglobal:ale:xsd:1}ACClass"/>
         <element name="instances" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="instance" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="extension" type="{urn:epcglobal:ale:xsd:1}ACPermissionExtension" minOccurs="0"/>
         <any/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class ACPermission.Instances
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<java.lang.Object> any
           
protected  ACPermissionExtension extension
           
protected  ACPermission.Instances instances
           
protected  java.lang.String permissionClass
           
 
Fields inherited from class org.fosstrak.ale.xsd.epcglobal.Document
creationDate, schemaVersion
 
Constructor Summary
ACPermission()
           
 
Method Summary
 java.util.List<java.lang.Object> getAny()
          Gets the value of the any property.
 ACPermissionExtension getExtension()
          Gets the value of the extension property.
 ACPermission.Instances getInstances()
          Gets the value of the instances property.
 java.lang.String getPermissionClass()
          Gets the value of the permissionClass property.
 void setExtension(ACPermissionExtension value)
          Sets the value of the extension property.
 void setInstances(ACPermission.Instances value)
          Sets the value of the instances property.
 void setPermissionClass(java.lang.String value)
          Sets the value of the permissionClass property.
 
Methods inherited from class org.fosstrak.ale.xsd.epcglobal.Document
getCreationDate, getSchemaVersion, setCreationDate, setSchemaVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

permissionClass

protected java.lang.String permissionClass

instances

protected ACPermission.Instances instances

extension

protected ACPermissionExtension extension

any

protected java.util.List<java.lang.Object> any
Constructor Detail

ACPermission

public ACPermission()
Method Detail

getPermissionClass

public java.lang.String getPermissionClass()
Gets the value of the permissionClass property.

Returns:
possible object is String

setPermissionClass

public void setPermissionClass(java.lang.String value)
Sets the value of the permissionClass property.

Parameters:
value - allowed object is String

getInstances

public ACPermission.Instances getInstances()
Gets the value of the instances property.

Returns:
possible object is ACPermission.Instances

setInstances

public void setInstances(ACPermission.Instances value)
Sets the value of the instances property.

Parameters:
value - allowed object is ACPermission.Instances

getExtension

public ACPermissionExtension getExtension()
Gets the value of the extension property.

Returns:
possible object is ACPermissionExtension

setExtension

public void setExtension(ACPermissionExtension value)
Sets the value of the extension property.

Parameters:
value - allowed object is ACPermissionExtension

getAny

public java.util.List<java.lang.Object> getAny()
Gets the value of the any 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 any property.

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

    getAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Object Element



Copyright © 2009. All Rights Reserved.