Modifier and Type | Method and Description |
---|---|
AddressingDocument.Addressing |
AddressingDocument.addNewAddressing()
Appends and returns a new empty "Addressing" element
|
AddressingDocument.Addressing |
AddressingDocument.getAddressing()
Gets the "Addressing" element
|
static AddressingDocument.Addressing |
AddressingDocument.Addressing.Factory.newInstance() |
static AddressingDocument.Addressing |
AddressingDocument.Addressing.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
AddressingDocument.setAddressing(AddressingDocument.Addressing addressing)
Sets the "Addressing" element
|
Modifier and Type | Class and Description |
---|---|
static class |
AddressingDocumentImpl.AddressingImpl
An XML Addressing(@http://www.w3.org/2007/05/addressing/metadata).
|
Modifier and Type | Method and Description |
---|---|
AddressingDocument.Addressing |
AddressingDocumentImpl.addNewAddressing()
Appends and returns a new empty "Addressing" element
|
AddressingDocument.Addressing |
AddressingDocumentImpl.getAddressing()
Gets the "Addressing" element
|
Modifier and Type | Method and Description |
---|---|
void |
AddressingDocumentImpl.setAddressing(AddressingDocument.Addressing addressing)
Sets the "Addressing" element
|
Modifier and Type | Method and Description |
---|---|
AddressingDocument.Addressing |
OperatorContentType.addNewAddressing()
Appends and returns a new empty value (as xml) as the last "Addressing" element
|
AddressingDocument.Addressing[] |
OperatorContentType.getAddressingArray()
Deprecated.
|
AddressingDocument.Addressing |
OperatorContentType.getAddressingArray(int i)
Gets ith "Addressing" element
|
AddressingDocument.Addressing |
OperatorContentType.insertNewAddressing(int i)
Inserts and returns a new empty value (as xml) as the ith "Addressing" element
|
Modifier and Type | Method and Description |
---|---|
List<AddressingDocument.Addressing> |
OperatorContentType.getAddressingList()
Gets a List of "Addressing" elements
|
Modifier and Type | Method and Description |
---|---|
void |
OperatorContentType.setAddressingArray(AddressingDocument.Addressing[] addressingArray)
Sets array of all "Addressing" element
|
void |
OperatorContentType.setAddressingArray(int i,
AddressingDocument.Addressing addressing)
Sets ith "Addressing" element
|
Modifier and Type | Method and Description |
---|---|
AddressingDocument.Addressing |
OperatorContentTypeImpl.addNewAddressing()
Appends and returns a new empty value (as xml) as the last "Addressing" element
|
AddressingDocument.Addressing[] |
OperatorContentTypeImpl.getAddressingArray()
Deprecated.
|
AddressingDocument.Addressing |
OperatorContentTypeImpl.getAddressingArray(int i)
Gets ith "Addressing" element
|
AddressingDocument.Addressing |
OperatorContentTypeImpl.insertNewAddressing(int i)
Inserts and returns a new empty value (as xml) as the ith "Addressing" element
|
Modifier and Type | Method and Description |
---|---|
List<AddressingDocument.Addressing> |
OperatorContentTypeImpl.getAddressingList()
Gets a List of "Addressing" elements
|
Modifier and Type | Method and Description |
---|---|
void |
OperatorContentTypeImpl.setAddressingArray(AddressingDocument.Addressing[] addressingArray)
Sets array of all "Addressing" element
|
void |
OperatorContentTypeImpl.setAddressingArray(int i,
AddressingDocument.Addressing addressing)
Sets ith "Addressing" element
|
Copyright © 2019. All Rights Reserved.