public class AssemblyName extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Value" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
value |
Constructor and Description |
---|
AssemblyName()
Default no-arg constructor
|
AssemblyName(String id,
String value)
Fully-initialising value constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that) |
String |
getId()
Gets the value of the id property.
|
String |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
setId(String value)
Sets the value of the id property.
|
void |
setValue(String value)
Sets the value of the value property.
|
String |
toString() |
AssemblyName |
withId(String value) |
AssemblyName |
withValue(String value) |
public AssemblyName()
public AssemblyName(String id, String value)
public void setId(String value)
value
- allowed object is
String
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public AssemblyName withId(String value)
public AssemblyName withValue(String value)
Copyright © 2019. All rights reserved.