Modifier and Type | Field and Description |
---|---|
protected List<ExternalIdentifierType> |
QuotaRuleType.externalId |
protected List<ExternalIdentifierType> |
ItemType.externalId |
protected List<ExternalIdentifierType> |
ExternalIdentifierListType.id |
Modifier and Type | Method and Description |
---|---|
ExternalIdentifierType |
ObjectFactory.createExternalIdentifierType()
Create an instance of
ExternalIdentifierType |
ExternalIdentifierType |
ExternalIdentifierType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
ExternalIdentifierType |
ExternalIdentifierType.withEntityId(String value) |
ExternalIdentifierType |
ExternalIdentifierType.withEntityType(String value) |
ExternalIdentifierType |
ExternalIdentifierType.withExternalId(String value) |
ExternalIdentifierType |
ExternalIdentifierType.withNamespace(String value) |
Modifier and Type | Method and Description |
---|---|
JAXBElement<ExternalIdentifierType> |
ObjectFactory.createExternalIdentifierDocument(ExternalIdentifierType value)
|
List<ExternalIdentifierType> |
QuotaRuleType.getExternalId()
Gets the value of the externalId property.
|
List<ExternalIdentifierType> |
ItemType.getExternalId()
Gets the value of the externalId property.
|
List<ExternalIdentifierType> |
ExternalIdentifierListType.getId()
Gets the value of the id property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ExternalIdentifierType> |
ObjectFactory.createExternalIdentifierDocument(ExternalIdentifierType value)
|
QuotaRuleType |
QuotaRuleType.withExternalId(ExternalIdentifierType... values) |
ItemType |
ItemType.withExternalId(ExternalIdentifierType... values) |
ExternalIdentifierListType |
ExternalIdentifierListType.withId(ExternalIdentifierType... values) |
Modifier and Type | Method and Description |
---|---|
QuotaRuleType |
QuotaRuleType.withExternalId(Collection<ExternalIdentifierType> values) |
ItemType |
ItemType.withExternalId(Collection<ExternalIdentifierType> values) |
ExternalIdentifierListType |
ExternalIdentifierListType.withId(Collection<ExternalIdentifierType> values) |
Copyright © 2017. All rights reserved.