public class RegisterReferenceUriConfig extends Object
anonymous complex typeのJavaクラス。
次のスキーマ・フラグメントは、このクラス内に含まれる予期されるコンテンツを指定します。
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="data" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="reference_uri" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="target_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="target_type" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
RegisterReferenceUriConfig.ReferenceUriData
anonymous complex typeのJavaクラス
次のスキーマ・フラグメントは、このクラス内に含まれる予期されるコンテンツを指定します。
|
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected List<RegisterReferenceUriConfig.ReferenceUriData> |
referenceUriData |
| コンストラクタと説明 |
|---|
RegisterReferenceUriConfig() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<RegisterReferenceUriConfig.ReferenceUriData> |
getReferenceUriData()
Gets the value of the data property.
|
protected List<RegisterReferenceUriConfig.ReferenceUriData> referenceUriData
public List<RegisterReferenceUriConfig.ReferenceUriData> getReferenceUriData()
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 data property.
For example, to add a new item, do as follows:
getData().add(newItem);
Objects of the following type(s) are allowed in the list
RegisterReferenceUriConfig.ReferenceUriData
Copyright © 2012 NTT DATA INTRAMART CORPORATION