public class CredentialVerfications extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="credentialVerfication" type="{urn:aaf:xsd}credentialVerfication" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CredentialVerfication> |
credentialVerfication |
| Constructor and Description |
|---|
CredentialVerfications() |
| Modifier and Type | Method and Description |
|---|---|
List<CredentialVerfication> |
getCredentialVerfication()
Gets the value of the credentialVerfication property.
|
protected List<CredentialVerfication> credentialVerfication
public List<CredentialVerfication> getCredentialVerfication()
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 credentialVerfication property.
For example, to add a new item, do as follows:
getCredentialVerfication().add(newItem);
Objects of the following type(s) are allowed in the list
CredentialVerfication
Copyright © 2015-07-20–2017 AT&T. All rights reserved.