Modifier and Type | Interface and Description |
---|---|
static interface |
AXMLBase.Builder<S>
Interface for setting properties to newly build AXML object.
|
static interface |
AXMLBase.Publisher<T>
Interface for appending child components to newly built AXML object.
|
Modifier and Type | Method and Description |
---|---|
AXMLBase.Builder<S> |
copy()
Create a builder for new AXML component cloned from
this object. |
java.lang.String |
getAcl() |
java.lang.String |
getGroupID()
Get
group-id which is a key for joining separate documents after
they're published as dataset. |
java.lang.String |
getUrl()
Get
url which represents URL of this AXML component. |
java.lang.String getUrl()
url
which represents URL of this AXML component.url
valuejava.lang.String getGroupID()
group-id
which is a key for joining separate documents after
they're published as dataset.group-id
valuejava.lang.String getAcl()
AXMLBase.Builder<S> copy()
this
object.