public class EidrType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for EidrType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EidrType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="include" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="partyId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
EidrType.PropInfo |
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
include |
protected String |
partyId |
protected String |
password |
protected String |
url |
protected String |
userId |
| Constructor and Description |
|---|
EidrType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
List<String> |
getInclude()
Gets the value of the include property.
|
String |
getPartyId()
Gets the value of the partyId property.
|
String |
getPassword()
Gets the value of the password property.
|
String |
getUrl()
Gets the value of the url property.
|
String |
getUserId()
Gets the value of the userId property.
|
boolean |
isSetInclude() |
boolean |
isSetPartyId() |
boolean |
isSetPassword() |
boolean |
isSetUrl() |
boolean |
isSetUserId() |
void |
setPartyId(String value)
Sets the value of the partyId property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
void |
setUserId(String value)
Sets the value of the userId property.
|
void |
unsetInclude() |
EidrType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
EidrType |
withInclude(Collection<String> values) |
EidrType |
withInclude(String... values) |
EidrType |
withPartyId(String value) |
EidrType |
withPassword(String value) |
EidrType |
withUrl(String value) |
EidrType |
withUserId(String value) |
protected String url
protected String partyId
protected String userId
protected String password
public String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic boolean isSetUrl()
public List<String> getInclude()
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 include property.
For example, to add a new item, do as follows:
getInclude().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetInclude()
public void unsetInclude()
public String getPartyId()
Stringpublic void setPartyId(String value)
value - allowed object is
Stringpublic boolean isSetPartyId()
public String getUserId()
Stringpublic void setUserId(String value)
value - allowed object is
Stringpublic boolean isSetUserId()
public String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic boolean isSetPassword()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic EidrType withInclude(Collection<String> values)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic EidrType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2019. All rights reserved.