|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.HPDAccessParamsType
public class HPDAccessParamsType
Datentyp für HPD-Zugangsparameter.
Java class for HPDAccessParamsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HPDAccessParamsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="URL" maxOccurs="unbounded">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>anyURI">
<attribute name="valid_from" type="{http://www.ebics.org/H003}TimestampType" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="Institute">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}normalizedString">
<maxLength value="80"/>
</restriction>
</simpleType>
</element>
<element name="HostID" type="{http://www.ebics.org/H003}HostIDType" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
HPDAccessParamsType.URL
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected Object[] |
any
|
protected String |
hostID
|
protected String |
institute
|
protected HPDAccessParamsType.URL[] |
url
|
| Constructor Summary | |
|---|---|
HPDAccessParamsType()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.HPDAccessParamsType instance. |
|
HPDAccessParamsType(HPDAccessParamsType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.HPDAccessParamsType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
HPDAccessParamsType |
clone()
Creates and returns a copy of this object. |
protected void |
copyAny(Object[] source)
Copies all values of property Any. |
protected void |
copyURL(HPDAccessParamsType.URL[] source)
Copies all values of property URL. |
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
String |
getHostID()
Gets the value of the hostID property. |
String |
getInstitute()
Gets the value of the institute property. |
HPDAccessParamsType.URL[] |
getURL()
|
HPDAccessParamsType.URL |
getURL(int idx)
|
int |
getURLLength()
|
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setHostID(String value)
Sets the value of the hostID property. |
void |
setInstitute(String value)
Sets the value of the institute property. |
void |
setURL(HPDAccessParamsType.URL[] values)
|
HPDAccessParamsType.URL |
setURL(int idx,
HPDAccessParamsType.URL value)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected HPDAccessParamsType.URL[] url
protected String institute
protected String hostID
protected Object[] any
| Constructor Detail |
|---|
public HPDAccessParamsType()
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.HPDAccessParamsType instance.
public HPDAccessParamsType(HPDAccessParamsType o)
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.HPDAccessParamsType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public HPDAccessParamsType.URL[] getURL()
HPDAccessParamsType.URLpublic HPDAccessParamsType.URL getURL(int idx)
HPDAccessParamsType.URLpublic int getURLLength()
public void setURL(HPDAccessParamsType.URL[] values)
values - allowed objects are
HPDAccessParamsType.URL
public HPDAccessParamsType.URL setURL(int idx,
HPDAccessParamsType.URL value)
value - allowed object is
HPDAccessParamsType.URLpublic String getInstitute()
Stringpublic void setInstitute(String value)
value - allowed object is
Stringpublic String getHostID()
Stringpublic void setHostID(String value)
value - allowed object is
Stringpublic Object[] getAny()
Element
Objectpublic Object getAny(int idx)
Element
Objectpublic int getAnyLength()
public void setAny(Object[] values)
values - allowed objects are
Element
Object
public Object setAny(int idx,
Object value)
value - allowed object is
Element
Objectprotected void copyURL(HPDAccessParamsType.URL[] source)
URL.
source - The source to copy from.
NullPointerException - if source is null.protected void copyAny(Object[] source)
Any.
source - The source to copy from.
NullPointerException - if source is null.public HPDAccessParamsType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||