public static class RegisterReferenceUriConfig.ReferenceUriData extends Object
anonymous complex typeのJavaクラス
次のスキーマ・フラグメントは、このクラス内に含まれる予期されるコンテンツを指定します。
<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>
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected String |
referenceUri |
protected String |
targetId |
protected String |
targetType |
| コンストラクタと説明 |
|---|
ReferenceUriData() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getReferenceUri()
referenceUriプロパティの値を取得します。
|
String |
getTargetId()
targetIdプロパティの値を取得します。
|
String |
getTargetType()
targetTypeプロパティの値を取得します。
|
void |
setReferenceUri(String value)
referenceUriプロパティの値を設定します。
|
void |
setTargetId(String value)
targetIdプロパティの値を設定します。
|
void |
setTargetType(String value)
targetTypeプロパティの値を設定します。
|
protected String referenceUri
protected String targetId
protected String targetType
public String getReferenceUri()
Stringpublic void setReferenceUri(String value)
value - allowed object is
Stringpublic void setTargetId(String value)
value - allowed object is
StringCopyright © 2012 NTT DATA INTRAMART CORPORATION