|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fosstrak.ale.wsdl.aleac.epcglobal.UpdateClientIdentity
public class UpdateClientIdentity
Java class for UpdateClientIdentity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UpdateClientIdentity">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="identityName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="id" type="{urn:epcglobal:ale:xsd:1}ACClientIdentity"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ACClientIdentity |
id
|
protected java.lang.String |
identityName
|
| Constructor Summary | |
|---|---|
UpdateClientIdentity()
|
|
| Method Summary | |
|---|---|
ACClientIdentity |
getId()
Gets the value of the id property. |
java.lang.String |
getIdentityName()
Gets the value of the identityName property. |
void |
setId(ACClientIdentity value)
Sets the value of the id property. |
void |
setIdentityName(java.lang.String value)
Sets the value of the identityName property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String identityName
protected ACClientIdentity id
| Constructor Detail |
|---|
public UpdateClientIdentity()
| Method Detail |
|---|
public java.lang.String getIdentityName()
Stringpublic void setIdentityName(java.lang.String value)
value - allowed object is
Stringpublic ACClientIdentity getId()
ACClientIdentitypublic void setId(ACClientIdentity value)
value - allowed object is
ACClientIdentity
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||