org.fosstrak.ale.xsd.ale.epcglobal
Class ACClientIdentity

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

public class ACClientIdentity
extends Document

Java class for ACClientIdentity complex type.

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

 <complexType name="ACClientIdentity">
   <complexContent>
     <extension base="{urn:epcglobal:xsd:1}Document">
       <sequence>
         <element name="credentials" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="credential" type="{urn:epcglobal:ale:xsd:1}ACClientCredential" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="roleNames" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="roleName" 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}ACClientIdentityExtension" minOccurs="0"/>
         <any/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class ACClientIdentity.Credentials
          Java class for anonymous complex type.
static class ACClientIdentity.RoleNames
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<java.lang.Object> any
           
protected  ACClientIdentity.Credentials credentials
           
protected  ACClientIdentityExtension extension
           
protected  ACClientIdentity.RoleNames roleNames
           
 
Fields inherited from class org.fosstrak.ale.xsd.epcglobal.Document
creationDate, schemaVersion
 
Constructor Summary
ACClientIdentity()
           
 
Method Summary
 java.util.List<java.lang.Object> getAny()
          Gets the value of the any property.
 ACClientIdentity.Credentials getCredentials()
          Gets the value of the credentials property.
 ACClientIdentityExtension getExtension()
          Gets the value of the extension property.
 ACClientIdentity.RoleNames getRoleNames()
          Gets the value of the roleNames property.
 void setCredentials(ACClientIdentity.Credentials value)
          Sets the value of the credentials property.
 void setExtension(ACClientIdentityExtension value)
          Sets the value of the extension property.
 void setRoleNames(ACClientIdentity.RoleNames value)
          Sets the value of the roleNames 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

credentials

protected ACClientIdentity.Credentials credentials

roleNames

protected ACClientIdentity.RoleNames roleNames

extension

protected ACClientIdentityExtension extension

any

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

ACClientIdentity

public ACClientIdentity()
Method Detail

getCredentials

public ACClientIdentity.Credentials getCredentials()
Gets the value of the credentials property.

Returns:
possible object is ACClientIdentity.Credentials

setCredentials

public void setCredentials(ACClientIdentity.Credentials value)
Sets the value of the credentials property.

Parameters:
value - allowed object is ACClientIdentity.Credentials

getRoleNames

public ACClientIdentity.RoleNames getRoleNames()
Gets the value of the roleNames property.

Returns:
possible object is ACClientIdentity.RoleNames

setRoleNames

public void setRoleNames(ACClientIdentity.RoleNames value)
Sets the value of the roleNames property.

Parameters:
value - allowed object is ACClientIdentity.RoleNames

getExtension

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

Returns:
possible object is ACClientIdentityExtension

setExtension

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

Parameters:
value - allowed object is ACClientIdentityExtension

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.